Skip to main content

Get list of predefined MWs

Request to be POSTed to uri : /NorenWClientTP/PreDefinedMWList

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id

Response Details :

Response data will be in json format with below fields.

Json FieldsPossible valueDescription
valuesWatch List names as a json array of strings.

Sample Success Response:

{
"values": [
"NIFTYBANK",
"NIFTY50"
]
}